Undocumented functions of NTDLL

2OO1, 19 February


NtDisplayString
NtDisplayString

NTSYSAPI 
NTSTATUS
NTAPI

NtDisplayString(
IN PUNICODE_STRING String );



Function NtDisplayString display specified string in text-mode (typically: blue screen).
Warning: Trying to display string without previously switch to text-mode results as system hang.



Requirements:
Library: ntdll.lib
Privilege: SE_TCB_PRIVILEGE


See also: